CoveredCell Class

Represents a cells that are covered by an object that spans multiple columns or rows.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class CoveredCell : Cell
Inheritance
Object    Cell    CoveredCell

Constructors

CoveredCell Initializes a new instance of the CoveredCell class.
CoveredCell(Boolean) Initializes a new instance of the CoveredCell class.
CoveredCell(DateTime) Initializes a new instance of the CoveredCell class.
CoveredCell(Single)Initializes a new instance of the CoveredCell class
CoveredCell(String) Initializes a new instance of the CoveredCell class.
CoveredCell(String, CellValueType) Initializes a new instance of the CoveredCell class.

Properties

Content 
ContentValidation Specifies if a cell contains a validity check.
Currency Contains the currency for a value of a table cell, a text field, or a form property.
(Inherited from Cell)
Formula Contains the formula for a table cell.
MatrixColumnsSpannedCount Contains number of rows spanned by a matrix.
MatrixRowsSpannedCount Contains number of rows spanned by a matrix.
NumberOfRepeatedCells Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element.
SpannedColumnsCount Contains the number of columns that a cell spans.
(Inherited from Cell)
SpannedRowsCount Contains the number of rows that a cell spans.
(Inherited from Cell)
Style Contains a style of table cell.
Type Contains the value-type of a table cell.
Value Contains the currency, float or percentage value for a table cell.

Methods

Clone Creates a new object that is a deep copy of the current instance.
(Overrides CellClone)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Inherited from Cell)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Cell)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current CoveredCell object to its equivalent string representation.
(Overrides CellToString)

See Also